home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFtoSpr - Star Fighter 3000 graphics converter
- * Main application skeleton
- * Copyright (C) 2000 Chris Bazley
- */
-
- #ifndef STSMain_h
- #define STSMain_h
-
- #include <stdbool.h>
- #include "kernel.h"
-
- extern _kernel_oserror shared_err_block;
- extern bool verify_spriteareas;
- extern char taskname[32];
- extern int wimp_version;
- extern bool multi_saveboxes;
- extern bool output_new_format;
- extern ObjectId last_savebox;
-
- extern int main(int argc, char *argv[]);
- #endif
-